GtkPaned: Fix gtk_paned_set_child_visible calls
authorTimm Bäder <mail@baedert.org>
Fri, 16 Oct 2015 12:44:16 +0000 (14:44 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 16 Oct 2015 13:07:53 +0000 (15:07 +0200)
commit944ef8bb0b6205097e48f209baf1195a3c1e8fc7
treec7f8d618690f23e73182eba447cb20e9637a2ebd
parentd0779db1e18db77d6aecd3532b299da0a9edad3c
GtkPaned: Fix gtk_paned_set_child_visible calls

Use CHILD1/CHILD2 instead of 0 and 1, always use the same order and
don't check for child NULL-ness, because it will be done in
gtk_paned_set_child_visible anyways.
gtk/gtkpaned.c